home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / vmmstat.lha / VMMStat / RCS / VMMStatStrings_cat.h < prev    next >
C/C++ Source or Header  |  1995-07-25  |  6KB  |  215 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @ * @;
  6.  
  7.  
  8. 1.2
  9. date    95.07.25.18.03.58;    author enderle;    state Exp;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    95.07.25.11.33.38;    author enderle;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @Automatic header file generated by CatComp
  21. @
  22.  
  23.  
  24. 1.2
  25. log
  26. @Added some strings
  27. @
  28. text
  29. @#ifndef VMMSTATSTRINGS_CAT_H
  30. #define VMMSTATSTRINGS_CAT_H
  31.  
  32.  
  33. /****************************************************************************/
  34.  
  35.  
  36. /* This file was created automatically by CatComp.
  37.  * Do NOT edit by hand!
  38.  */
  39.  
  40.  
  41. #ifndef EXEC_TYPES_H
  42. #include <exec/types.h>
  43. #endif
  44.  
  45. #ifdef CATCOMP_ARRAY
  46. #undef CATCOMP_NUMBERS
  47. #undef CATCOMP_STRINGS
  48. #define CATCOMP_NUMBERS
  49. #define CATCOMP_STRINGS
  50. #endif
  51.  
  52. #ifdef CATCOMP_BLOCK
  53. #undef CATCOMP_STRINGS
  54. #define CATCOMP_STRINGS
  55. #endif
  56.  
  57.  
  58. /****************************************************************************/
  59.  
  60.  
  61. #ifdef CATCOMP_NUMBERS
  62.  
  63. #define MSG_AppDescription 0
  64. #define MSG_AppCopyright 1
  65. #define MSG_WI_MAIN 2
  66. #define MSG_GR_MAIN_STATISTICTitle 3
  67. #define MSG_TX_MAIN_FREEVIRT 4
  68. #define MSG_TX_MAIN_FREEFAST 5
  69. #define MSG_TX_MAIN_FAULTS 6
  70. #define MSG_TX_MAIN_PAGESWRITTEN 7
  71. #define MSG_TX_MAIN_PAGESREAD 8
  72. #define MSG_TX_MAIN_NUMFRAMES 9
  73. #define MSG_TX_MAIN_PAGESUSED 10
  74. #define MSG_TX_MAIN_TRAPSTRUCTSFREE 11
  75. #define MSG_TX_MAIN_PAGESIZE 12
  76. #define MSG_BT_MAIN_ABOUT 13
  77. #define MSG_BT_MAIN_QUIT 14
  78. #define MSG_MAIN_ABOUT 15
  79. #define MSG_MAIN_OK 16
  80. #define MSG_MAIN_ERROR 17
  81. #define MSG_MAIN_ABOUT_BODY 18
  82. #define MSG_MAIN_NO_MEM 19
  83. #define MSG_MAIN_NO_SIG 20
  84. #define MSG_MAIN_NO_APP 21
  85. #define MSG_MAIN_NO_TIMER 22
  86. #define MSG_MAIN_NO_PORT 23
  87. #define MSG_MAIN_NO_MUIMASTER 24
  88. #define MSG_MAIN_NO_INTUITION 25
  89. #define MSG_MAIN_NOT_OS2 26
  90. #define MSG_MAIN_NO_VMM 27
  91.  
  92. #endif /* CATCOMP_NUMBERS */
  93.  
  94.  
  95. /****************************************************************************/
  96.  
  97.  
  98. #ifdef CATCOMP_STRINGS
  99.  
  100. #define MSG_AppDescription_STR "Statistics on VMM"
  101. #define MSG_AppCopyright_STR "Frank Enderle"
  102. #define MSG_WI_MAIN_STR "VMMStat © 1995 by Frank Enderle"
  103. #define MSG_GR_MAIN_STATISTICTitle_STR "Virtual Memory Statistics"
  104. #define MSG_TX_MAIN_FREEVIRT_STR "\033lFree VirtualMem"
  105. #define MSG_TX_MAIN_FREEFAST_STR "Free FastMem"
  106. #define MSG_TX_MAIN_FAULTS_STR "Page Faults"
  107. #define MSG_TX_MAIN_PAGESWRITTEN_STR "Written Pages"
  108. #define MSG_TX_MAIN_PAGESREAD_STR "Read Pages"
  109. #define MSG_TX_MAIN_NUMFRAMES_STR "Number Of Frames"
  110. #define MSG_TX_MAIN_PAGESUSED_STR "Used Pages"
  111. #define MSG_TX_MAIN_TRAPSTRUCTSFREE_STR "Free TrapStructs"
  112. #define MSG_TX_MAIN_PAGESIZE_STR "Pagesize"
  113. #define MSG_BT_MAIN_ABOUT_STR "A_bout"
  114. #define MSG_BT_MAIN_QUIT_STR "_Quit"
  115. #define MSG_MAIN_ABOUT_STR "About..."
  116. #define MSG_MAIN_OK_STR "_Ok"
  117. #define MSG_MAIN_ERROR_STR "Error occured..."
  118. #define MSG_MAIN_ABOUT_BODY_STR "\033c\033bVMMStat version 37.000\n\n\033nCopyright 1995 by Frank Enderle\n\nThis is a MUI application\nMUI is copyright 1994 by Stefan Stuntz\n\nGUI created with MUIBuilder 2.1"
  119. #define MSG_MAIN_NO_MEM_STR "Out of memory"
  120. #define MSG_MAIN_NO_SIG_STR "Can't allocate signal"
  121. #define MSG_MAIN_NO_APP_STR "Can't create MUI-Application"
  122. #define MSG_MAIN_NO_TIMER_STR "Can't open timer.device"
  123. #define MSG_MAIN_NO_PORT_STR "Can't create message port"
  124. #define MSG_MAIN_NO_MUIMASTER_STR "Can't open muimaster.library V8+"
  125. #define MSG_MAIN_NO_INTUITION_STR "Can't open intuition.library V37+"
  126. #define MSG_MAIN_NOT_OS2_STR "This application needs at least OS 2.0 (V 37+)"
  127. #define MSG_MAIN_NO_VMM_STR "You need to run first VMM!"
  128.  
  129. #endif /* CATCOMP_STRINGS */
  130.  
  131.  
  132. /****************************************************************************/
  133.  
  134.  
  135. #ifdef CATCOMP_ARRAY
  136.  
  137. struct CatCompArrayType
  138. {
  139.     LONG   cca_ID;
  140.     STRPTR cca_Str;
  141. };
  142.  
  143. static const struct CatCompArrayType CatCompArray[] =
  144. {
  145.     {MSG_AppDescription,(STRPTR)MSG_AppDescription_STR},
  146.     {MSG_AppCopyright,(STRPTR)MSG_AppCopyright_STR},
  147.     {MSG_WI_MAIN,(STRPTR)MSG_WI_MAIN_STR},
  148.     {MSG_GR_MAIN_STATISTICTitle,(STRPTR)MSG_GR_MAIN_STATISTICTitle_STR},
  149.     {MSG_TX_MAIN_FREEVIRT,(STRPTR)MSG_TX_MAIN_FREEVIRT_STR},
  150.     {MSG_TX_MAIN_FREEFAST,(STRPTR)MSG_TX_MAIN_FREEFAST_STR},
  151.     {MSG_TX_MAIN_FAULTS,(STRPTR)MSG_TX_MAIN_FAULTS_STR},
  152.     {MSG_TX_MAIN_PAGESWRITTEN,(STRPTR)MSG_TX_MAIN_PAGESWRITTEN_STR},
  153.     {MSG_TX_MAIN_PAGESREAD,(STRPTR)MSG_TX_MAIN_PAGESREAD_STR},
  154.     {MSG_TX_MAIN_NUMFRAMES,(STRPTR)MSG_TX_MAIN_NUMFRAMES_STR},
  155.     {MSG_TX_MAIN_PAGESUSED,(STRPTR)MSG_TX_MAIN_PAGESUSED_STR},
  156.     {MSG_TX_MAIN_TRAPSTRUCTSFREE,(STRPTR)MSG_TX_MAIN_TRAPSTRUCTSFREE_STR},
  157.     {MSG_TX_MAIN_PAGESIZE,(STRPTR)MSG_TX_MAIN_PAGESIZE_STR},
  158.     {MSG_BT_MAIN_ABOUT,(STRPTR)MSG_BT_MAIN_ABOUT_STR},
  159.     {MSG_BT_MAIN_QUIT,(STRPTR)MSG_BT_MAIN_QUIT_STR},
  160.     {MSG_MAIN_ABOUT,(STRPTR)MSG_MAIN_ABOUT_STR},
  161.     {MSG_MAIN_OK,(STRPTR)MSG_MAIN_OK_STR},
  162.     {MSG_MAIN_ERROR,(STRPTR)MSG_MAIN_ERROR_STR},
  163.     {MSG_MAIN_ABOUT_BODY,(STRPTR)MSG_MAIN_ABOUT_BODY_STR},
  164.     {MSG_MAIN_NO_MEM,(STRPTR)MSG_MAIN_NO_MEM_STR},
  165.     {MSG_MAIN_NO_SIG,(STRPTR)MSG_MAIN_NO_SIG_STR},
  166.     {MSG_MAIN_NO_APP,(STRPTR)MSG_MAIN_NO_APP_STR},
  167.     {MSG_MAIN_NO_TIMER,(STRPTR)MSG_MAIN_NO_TIMER_STR},
  168.     {MSG_MAIN_NO_PORT,(STRPTR)MSG_MAIN_NO_PORT_STR},
  169.     {MSG_MAIN_NO_MUIMASTER,(STRPTR)MSG_MAIN_NO_MUIMASTER_STR},
  170.     {MSG_MAIN_NO_INTUITION,(STRPTR)MSG_MAIN_NO_INTUITION_STR},
  171.     {MSG_MAIN_NOT_OS2,(STRPTR)MSG_MAIN_NOT_OS2_STR},
  172.     {MSG_MAIN_NO_VMM,(STRPTR)MSG_MAIN_NO_VMM_STR},
  173. };
  174.  
  175. #endif /* CATCOMP_ARRAY */
  176.  
  177.  
  178. /****************************************************************************/
  179.  
  180.  
  181. struct LocaleInfo
  182. {
  183.     APTR li_LocaleBase;
  184.     APTR li_Catalog;
  185. };
  186.  
  187.  
  188.  
  189. #endif /* VMMSTATSTRINGS_CAT_H */
  190. @
  191.  
  192.  
  193. 1.1
  194. log
  195. @Initial revision
  196. @
  197. text
  198. @d52 11
  199. a62 7
  200. #define MSG_MAIN_ABOUT_BODY 17
  201. #define MSG_MAIN_NO_MEM 18
  202. #define MSG_MAIN_NO_SIG 19
  203. #define MSG_MAIN_NO_APP 20
  204. #define MSG_MAIN_NO_TIMER 21
  205. #define MSG_MAIN_NO_PORT 22
  206. #define MSG_MAIN_NO_MUIMASTER 23
  207. d86 1
  208. a86 1
  209. #define MSG_BT_MAIN_QUIT_STR "__Quit"
  210. d89 1
  211. d97 3
  212. d134 1
  213. d142 3
  214. @
  215.